type github.com/google/go-cmp/cmp.sliceIndex

3 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L437: 	step := SliceIndex{&sliceIndex{pathStep: pathStep{typ: t.Elem()}, isSlice: isSlice}}
		path.go#L211: type SliceIndex struct{ *sliceIndex }
		path.go#L212: type sliceIndex struct {